home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_1 / change / change.readme < prev   
Text File  |  1984-07-17  |  2KB  |  45 lines

  1. Short:    change text/data in all files V2.19
  2. Uploader: stoecker@rcs.urz.tu-dresden.de (Dirk Stoecker)
  3. Author:   stoecker@rcs.urz.tu-dresden.de (Dirk Stoecker)
  4. Type:     util/misc
  5. Version:  2.19
  6. Kurz:     Texte/Daten in Files veraendern/editieren
  7.  
  8. This program gives you the possibility to edit data in text/binary files.
  9. It scans through a file like the search/replace functions in some editors.
  10.  
  11. What can it do:
  12.   -search and/or replace any given string
  13.   -scans through text and binary files
  14.   -has different modes(BSTR replace, C-String replace)
  15.   -allows patterns
  16.   -possibility to enter the string as hexadecimal numbers
  17.   -overwrite original file
  18.   -replace path-names in the files: useful for older programs without
  19.    requester selection
  20.   -case sensitiv/insensitiv search
  21.   -replace only at given position
  22.   -OVERWRITE allows you to replace strings like greetings in programs,
  23.    because it doesn't change the filesize.
  24.  
  25. Why take Change?
  26.   It's the only program (I think) to do that. It has a nice GUI(no MUI).
  27.   Sometimes the use of Change is faster then the replacement with a text-
  28.   editor. It's better than using a binary file-editor to change texts.
  29.  
  30. One idea to use:
  31.   Change the PC CR+LF (0A0D) to Amiga LF (0A) with
  32.     Change <source> 0A0D <dest> 0A HEX
  33.  
  34. If needed I can also include support of locale.library and a german catalog!
  35.  
  36. Please contact me:
  37.  
  38. ***************************************************************************
  39. * snail-mail: Dirk Stoecker              * e-mail:                        *
  40. *             Geschwister-Scholl-Str. 10 * stoecker@rcs.urz.tu-dresden.de *
  41. *             01877 Bischofswerda        * phone:                         *
  42. *             GERMANY                    * GERMANY 03594/706666           *
  43. ***************************************************************************
  44.  
  45.